home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.magRune >= 10 && _root.exploRune >= 15 && _root.fireRune >= 10 && this.timey.timer == 100)
- {
- _root.magRune -= 10;
- _root.exploRune -= 15;
- _root.fireRune -= 10;
- this.timey.timer = 0;
- this.timey.timeIt = 0.06 + _root.spe * 0.005;
- if(this.timey.timeIt > 1.5)
- {
- this.timey.timeIt = 1.5;
- }
- this.timey._visible = true;
- _root.nukeN._visible = true;
- _root.nukeN.play();
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-